net/http.http2requestParam.path (field)

7 uses

	net/http (current package)
		h2_bundle.go#L6294: 		path:      f.PseudoValue("path"),
		h2_bundle.go#L6305: 		if rp.protocol == "" && (rp.path != "" || rp.scheme != "" || rp.authority == "") {
		h2_bundle.go#L6308: 	} else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
		h2_bundle.go#L6357: 	scheme, authority, path string
		h2_bundle.go#L6405: 		url_, err = url.ParseRequestURI(rp.path)
		h2_bundle.go#L6409: 		requestURI = rp.path
		h2_bundle.go#L7331: 			path:      msg.url.RequestURI(),